home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / genalias < prev    next >
Text File  |  2001-03-21  |  2KB  |  46 lines

  1. Synopsis:
  2.    load genalias
  3.  
  4. Description:
  5.    This is a set of generic aliases suitable for everyday use.  It supplies
  6.    the following aliases:
  7.  
  8.      Alias     Description                                                
  9.      /+        gives channel mode +v and +o to up to 3 people
  10.      /-        removes chanop status for up to 3 people in current channel
  11.      /!        kicks specified person from current channel
  12.      /!!       adds person to autokick list (requires AUTOKICK)
  13.      /!!!      kicks up to 3 people from current channel with same reason
  14.      /a+       turns INPUT_ALIASES on
  15.      /a-       turns INPUT_ALIASES off
  16.      /ban      sets a ban for given pattern in current channel
  17.      /bbl      sets the client away, expects time or return as argument
  18.      /boot     kick a user from current channel, with a silly remark
  19.      /brb      sets the client away
  20.      /chops    shows channel operators in current channel
  21.      /client   does a CTCP CLIENTINFO on another user
  22.      /close    closes a DCC SEND connection with specified user
  23.      /cycle    leave and rejoin the same channel
  24.      /finger   does a CTCP FINGER on another user
  25.      /get      same as DCC GET
  26.      /i        invites a user to the current channel
  27.      /log      same as WINDOW LOG
  28.      /m        sets a mode for the current channel
  29.      /n        change nicknames
  30.      /nws      set user mode -sw
  31.      /recho    echoes text after evaluating it once
  32.      /script   same as DCC SEND, except it searches the IRCPATH for the file
  33.      /send     same as DCC SEND
  34.      /umode    set the client's user mode
  35.      /ws       set user mode +sw
  36.  
  37.    It also provides a single function, $when(), which computes the elapsed
  38.    time between the current and an arbitrary time in the past.
  39.  
  40. See Also:
  41.    autokick(8); load(5)
  42.  
  43. Other Notes:
  44.    This script was written by Jeremy Nelson (hop), jnelson@acronet.net.
  45.  
  46.